.zzIndex_Product_Title{
    width:100%;
    text-align:center;
    line-height:30px;
    color:#005ba8;
}
.zzIndex_Product_Title h1{font-size:28px;color:#333;}

.index_photo {
    width: 23%;
    float: left;
    height: auto;overflow:hidden;
    margin:10px 1%;
}
.index_photo:hover{box-shadow:0 0 10px #ccc;}
.index_photo dd{
    width:100%;
    height:200px;overflow:hidden;
    position:relative;
    margin-bottom:10px;
}
.index_photo dd img{width:100%;height:200px;position:absolute;top:0;left:0;}
.index_photo dt {
    width: 96%;
    line-height:30px;
    font-size:16px;
    padding:0 2%;
}
    .index_photo dt div {
        width:80px;
        height:25px;line-height:25px;
        text-align:center;
        border:1px solid #eee;
        margin:10px 0;
        font-size:12px;
    }
    .index_photo dt div a{color:#b1b1b1;}
    .index_photo dt div a:hover{color:#f30;}

#zzIndex_About{
    width:100%;
    height:auto;overflow:hidden;
    background:#fafafa;
    padding:60px 0;
}
.zzIndex_About_Content{
    width:90%;
    height:auto;overflow:hidden;
    line-height:28px;
    margin:30px auto 40px auto;
    text-align:center;
}
.zzIndex_More{
    width:100%;
    text-align:center;
}
    .zzIndex_More a {
        background: #046ec7;
        padding: 10px 20px;
        color:#fff;
        box-shadow:0 0 5px #004681;
    }
    .zzIndex_More a:hover{background:#4492ff;}

.zzIndex_News_Title{
    width:100%;
    height:90px;
    background-image:url(../Images/index_news_title_bg.jpg);
    background-position:center;
    text-align:center;
    padding:30px 0;
    line-height:40px;
    color:#eee;
    font-size:18px;
}
.zzIndex_News_Title h1{font-size:30px;color:#fff;}

.zzIndex_News_Left{
    width:48%;float:left;
    margin-right:2%;
}
.index_hot_news{
    width:100%;
}
.index_hot_news dd{
    width:100%;
}
.index_hot_news dd img{width:100%;height:350px;}
.index_hot_news dt{
    width:100%;
    line-height:40px;
}
.index_hot_news dt h2{
    font-size:20px;
}
.index_hot_news dt div{
    width:100%;
    height:40px;line-height:20px;overflow:hidden;
    font-size:12px;
    color:#999;
    margin-top:10px;
}
.zzIndex_News_Right{
    width:50%;float:left;
}
.index_news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.index_news:hover{background:#eee;}
.index_news .left {
    width: 13%;float:left;
    margin-right:2%;
    background:#046ec7;
    text-align:center;
    color:#fff;
}
.index_news .left dd{
    width:100%;
    line-height:40px;
    border-bottom:1px solid #055cb6;
    font-size:26px;
}
.index_news .left dt{
    width:100%;
    line-height:30px;
    border-top:1px solid #1278e1;
}
.index_news .right {
    width:83%;float:left;
    line-height: 30px;
    font-size:14px;
    margin-right:2%;
}
.index_news .right div{
    width:100%;
    line-height:18px;
    color:#797979;
    font-size:12px;
}

@media(max-width:720px){

    .index_photo {
        width: 48%;
        float: left;
        height: auto;
        overflow: hidden;
        margin: 10px 1%;
    }

        .index_photo:hover {
            box-shadow: 0 0 10px #ccc;
        }

        .index_photo dd {
            width: 100%;
            height: 150px;
            overflow: hidden;
            position: relative;
            margin-bottom: 10px;
        }

            .index_photo dd img {
                width: 100%;
                height: 150px;
                position: absolute;
                top: 0;
                left: 0;
            }

        .index_photo dt {
            width: 96%;
            line-height: 30px;
            font-size: 14px;
            padding: 0 2%;
        }

    .zzIndex_News_Left {
        width: 100%;
        float: left;
        margin-right:0;
        margin-bottom:20px;
    }

    .index_hot_news {
        width: 100%;
    }

        .index_hot_news dd {
            width: 100%;
        }

            .index_hot_news dd img {
                width: 100%;
                height:auto;
            }
            .index_hot_news dt h2 {
                font-size: 16px;
            }

            .index_hot_news dt div {
                width: 100%;
                height: 40px;
                line-height: 20px;
                overflow: hidden;
                font-size: 12px;
                color: #999;
                margin-top: 10px;
            }

    .zzIndex_News_Right {
        width: 100%;
        float: left;
    }

    .index_news {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }
        .index_news .left {
            width: 16%;
            float: left;
            margin-right: 2%;
            background: #046ec7;
            text-align: center;
            color: #fff;
        }

            .index_news .left dd {
                width: 100%;
                line-height: 40px;
                border-bottom: 1px solid #055cb6;
                font-size: 26px;
            }

            .index_news .left dt {
                width: 100%;
                line-height: 30px;
                border-top: 1px solid #1278e1;
                font-size:12px;
            }

        .index_news .right {
            width: 80%;
            float: left;
            line-height: 30px;
            font-size: 14px;
            margin-right: 2%;
        }

            .index_news .right div {
                width: 100%;
                height:36px;overflow:hidden;
                line-height: 18px;
                color: #797979;
                font-size: 12px;
            }
}